bitkeeper revision 1.1159.261.2 (420e3014BpIA6NnJTdNQGkfIDMtzmQ)
authormafetter@fleming.research <mafetter@fleming.research>
Sat, 12 Feb 2005 16:34:28 +0000 (16:34 +0000)
committermafetter@fleming.research <mafetter@fleming.research>
Sat, 12 Feb 2005 16:34:28 +0000 (16:34 +0000)
commitaeda7569c772288fcdaaa275cf0853ed7ccbff41
treec31359c68ca9bd09e4caf8c16ab8945529e61c36
parentd9cdfe6120ca3438701e4a3c81a84dadd008c1ee
bitkeeper revision 1.1159.261.2 (420e3014BpIA6NnJTdNQGkfIDMtzmQ)

Added an in-memory ring buffer to which serial console output
can be temporarily redirected.  Mode is toggled by the "c" key on
the Xen console.
Nice hack for printk() intensive debugging modes.
When switching back to serial output, the current contents of the
buffer are first dumped.  Buffer defaults to 128Kb, but size can
be set on the Xen boot command line.
xen/common/keyhandler.c
xen/drivers/char/console.c
xen/include/asm-x86/config.h
xen/include/xen/console.h
xen/include/xen/serial.h